A B C D E G H I K L M P R S T U V W

A

AcNetId - Class in pow.ivyclient
this object represents the data concerning a drone extracted from Ivy A drone has two identities.
AcNetId(int, String, String, String, String, String, int) - Constructor for class pow.ivyclient.AcNetId
 
AcNetId(int, String, String, String, String, String, String, int) - Constructor for class pow.ivyclient.AcNetId
 
AcNetIdStorage - Class in pow.ivyclient
this structure memorize all the drone which exist on the ivy bus.
AcNetIdStorage(int, Ivy, String, int, ConcurrentHashMap<String, AcStatus>) - Constructor for class pow.ivyclient.AcNetIdStorage
 
AcStatus - Enum in pow.ivyclient
implements the life cycle of a drone when it is detected on the ivy bus.
activate() - Method in class pow.webserver.Serveur.IvyEventSource
Activate the event source.
addDrone(String) - Method in class pow.webserver.User
add a drone name to the list of drones that the user can control
addDrones(int) - Method in class pow.ivyclient.BusIvy_
inform the bus that a new drone send information on this bus
adminLogin() - Method in class pow.webserver.Conf
 
AES - Class in pow
implements AES encryption and decryption algorithms see @link http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html see @link http://stackoverflow.com/questions/992019/java-256bit-aes-encryption
AES() - Constructor for class pow.AES
construct a cipher with a generated 128 bits key
AES(String) - Constructor for class pow.AES
construct a cipher from an user specified key
AES(byte[], byte[]) - Constructor for class pow.AES
construct a cipher from a key and a parameter array usefull to create a remote decryption cypher
AjaxRqst - Class in pow.webserver
Servlet implementation class ajaxRqst handles the different request from a web client which wants to give orders to a drone and it handles administrator queries to manage users' profiles
AjaxRqst() - Constructor for class pow.webserver.AjaxRqst
 
AlreadyRegisteredUserException - Exception in pow.webserver
exception to inform that a user cannot be created in the users' file because it exists yet
AlreadyRegisteredUserException(User) - Constructor for exception pow.webserver.AlreadyRegisteredUserException
 

A B C D E G H I K L M P R S T U V W